forked from decidim/decidim
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] develop from decidim:develop #166
Open
pull
wants to merge
1,083
commits into
Platoniq:develop
Choose a base branch
from
decidim:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…#13005) * add hours and days for editing time * implement time_with_units field * change form style * add attribute * fix IntegerWithUnits Attribute, add tests * add system tests * remove comments * hide edit time info * refactoring * remove unused code --------- Co-authored-by: Ivan Vergés <[email protected]>
* Add notification to valuators when a proposal is assigned to them. Also adds a new notifications setting to disable this notification * Update decidim-core/spec/commands/decidim/update_notifications_settings_spec.rb Co-authored-by: Eduardo Martínez <[email protected]> --------- Co-authored-by: Eduardo Martínez <[email protected]>
* Included conflicts pagination and search * Added test * Lint * Completed test * Fixed view and lint * Improved test * Lint * Deleted partials
* Add overwrite parameter to upload-artifact * Empty commit to run the CI checks * Empty commit to run the CI checks
* New translations en.yml (Romanian) * New translations en.yml (French) * New translations en.yml (Spanish) * New translations en.yml (Arabic) * New translations en.yml (Bulgarian) * New translations en.yml (Catalan) * New translations en.yml (Czech) * New translations en.yml (German) * New translations en.yml (Greek) * New translations en.yml (Basque) * New translations en.yml (Finnish) * New translations en.yml (Hungarian) * New translations en.yml (Italian) * New translations en.yml (Japanese) * New translations en.yml (Lithuanian) * New translations en.yml (Dutch) * New translations en.yml (Norwegian) * New translations en.yml (Polish) * New translations en.yml (Portuguese) * New translations en.yml (Slovak) * New translations en.yml (Swedish) * New translations en.yml (Turkish) * New translations en.yml (Chinese Simplified) * New translations en.yml (Chinese Traditional) * New translations en.yml (Galician) * New translations en.yml (Icelandic) * New translations en.yml (Portuguese, Brazilian) * New translations en.yml (Indonesian) * New translations en.yml (Spanish, Mexico) * New translations en.yml (Spanish, Mexico) * New translations en.yml (Latvian) * New translations en.yml (French, Canada) * New translations en.yml (French, Canada) * New translations en.yml (Spanish, Paraguay) * New translations en.yml (Spanish, Paraguay) * New translations en.yml (Ukrainian with many plural form) * New translations en.yml (Russian with many plural form) * New translations en.yml (Finnish (plain)) * New translations en.yml (Spanish) * New translations en.yml (Catalan) * New translations en.yml (German) * New translations en.yml (German) * New translations en.yml (Polish) * New translations en.yml (Romanian) * New translations en.yml (French) * New translations en.yml (Spanish) * New translations en.yml (Arabic) * New translations en.yml (Bulgarian) * New translations en.yml (Catalan) * New translations en.yml (Czech) * New translations en.yml (German) * New translations en.yml (Greek) * New translations en.yml (Basque) * New translations en.yml (Finnish) * New translations en.yml (Hungarian) * New translations en.yml (Italian) * New translations en.yml (Japanese) * New translations en.yml (Lithuanian) * New translations en.yml (Dutch) * New translations en.yml (Norwegian) * New translations en.yml (Polish) * New translations en.yml (Portuguese) * New translations en.yml (Slovak) * New translations en.yml (Swedish) * New translations en.yml (Turkish) * New translations en.yml (Chinese Simplified) * New translations en.yml (Chinese Traditional) * New translations en.yml (Galician) * New translations en.yml (Icelandic) * New translations en.yml (Portuguese, Brazilian) * New translations en.yml (Indonesian) * New translations en.yml (Spanish, Mexico) * New translations en.yml (Spanish, Mexico) * New translations en.yml (Latvian) * New translations en.yml (French, Canada) * New translations en.yml (Spanish, Paraguay) * New translations en.yml (Spanish, Paraguay) * New translations en.yml (Ukrainian with many plural form) * New translations en.yml (Russian with many plural form) * New translations en.yml (Finnish (plain)) * New translations en.yml (Spanish) * New translations en.yml (Spanish) * New translations en.yml (Catalan) * New translations en.yml (Catalan) * New translations en.yml (Finnish) * New translations en.yml (Finnish) * New translations en.yml (Finnish) * New translations en.yml (French) * New translations en.yml (French) * New translations en.yml (German) * New translations en.yml (German) * New translations en.yml (German) * New translations en.yml (German) * New translations en.yml (German) * New translations en.yml (French) * New translations en.yml (French) * New translations en.yml (Spanish, Mexico) * New translations en.yml (French, Canada) * New translations en.yml (French, Canada) * New translations en.yml (French, Canada) * New translations en.yml (Spanish, Paraguay) * New translations en.yml (Finnish (plain)) * New translations en.yml (Finnish (plain)) * New translations en.yml (Finnish (plain)) * New translations en.yml (Spanish) * New translations en.yml (Catalan) * New translations en.yml (German)
* Add spring as dependency * Fix issues * Remove spring from ./lib/decidim/gem_manager.rb * Update RELEASE_NOTES.md Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Remove pagination configuration initializer * Remove useless helper * Remove useless concern * Change default pagination values * Fix specs
* add taxonomies menu, crud * add drug and drop * change select options * add search * add tests * system test * fix validation * fix locale * spring * erb linter * factory * factory * change permissions, model, add tests * add exceptions * change views * views changes * refactor reordering * fix migration * handle pagination with drag & drop reordering * refactor sortable. Make suborders work * add subcontroller * handle remote submission * prevent editing sub-taxonomies not belonging to parent * start styling drawer * stylize drawer * css fixes * validate number of parents creating taxonomies * add specs: commands, forms * add system specs * fix system spec for reorders * change removable method * change view: add 3rd level * fix sortable * fix lint, fix update taxonomy spec * fix locale * fix test for controller * change styles * fix codeclimate * fix check speelling * change select options, replace element to item * change table styles * fix tests * cops * rename to items * correct counters * fix migration * fix specs * add meaninful confirmation message * fix factories * fix opendrawer * remove helper. fix drawer bottom * fix weight creation. Add seeds * use attributes and injection in taxonomy factories * fix specs * improve search * fix spec * fix commands * remove taxonomy_filters * use references * remove duplicated index --------- Co-authored-by: Ivan Vergés <[email protected]>
…13057) * add bulk action for uptading proposals * fix context with organization * fix redirect * add controller spec * add job spec * add spec * fix spec * change generate token * fix lint * changes after the review * refactor controller and job * remove unused key * fix specs * fix spec * interpolate answers * check for translated fields * check for machine translations * apply corrections * update spec * cops * fix template detection --------- Co-authored-by: Ivan Vergés <[email protected]>
* create actionable notifications * add default error message * add group invitations as example * add tests * use always json formats for handling button notification actions * refactor notifications * add some specs * add documentation * complete documentation * spell check * add comentable actions * spelling * add accept/decline buttons * rubocop * cancel invitations * class descriptions * add invite permissions * rubocop * add specs * fix permissions * fix spell * refactor permissions * fix specs * simplify notifications * add confirmation * remove extra info from notifications * add rejection events * add notifiable events * add system tests * save coauthor id for author notification * fix event * fix specs * pass the current user for actions * check for emtpy users * cache * fix cache * add docs * fix specs * fix additional test * Update docs/modules/develop/pages/commentable.adoc Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update docs/modules/develop/pages/commentable.adoc Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update docs/modules/develop/pages/commentable.adoc Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update docs/modules/develop/pages/commentable.adoc Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update docs/modules/develop/pages/commentable.adoc Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update docs/modules/develop/pages/commentable.adoc Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update docs/modules/develop/pages/commentable.adoc Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update docs/modules/develop/pages/commentable.adoc Co-authored-by: Andrés Pereira de Lucena <[email protected]> * fix cops * words * move icon registration to core --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Generalize the term "Geocoding enabled" * Update the terminology also in docs and specs
…ndards and newer Chromium (#13283) * Refactor the "beforeunload" event listeners to custom confirm dialogs * Make the confirm unload message translatable * Change `beforeunload` -> `pagehide` event where applicable * Fix spelling mistakes * Generalize handling the confirm dialog * Revert the change in configuration.js and instead use i18n `getMessages` * Remove the event listener if action is allowed (link or form) * Remove unnecessary commented code
* Fix character counter disposition and spacing with WYSIWYG * Fix title capitalization * Fix spec
* Do not disclose Decidim version through the API * Fix specs related to the API change
* Fix deleting a component which has reminders associated with it * Change the spec to use the `reminder` test factory
…3263) * Remove decidim-templates dependency from decidim meta-gem * Make decidim-proposals a development dependency to decidim-templates * Fix bug with checking for the decidim-templates gem on templates choosers' partials --------- Co-authored-by: Alexandru Emil Lupu <[email protected]>
Co-authored-by: Ivan Vergés <[email protected]>
* Fix proposal map * Remove unusued meeting script * Fix test * linters * Revert "Remove unusued meeting script" This reverts commit ea977f2. * Manual revert
* Add missing activemodel.attributes.editor_image.file * Add missing strings * Fix: Translation missing: en.activemodel.attributes.user.avatar * Fix: Translation missing: en.activemodel.attributes.authorization.verification_attachment * Fix: Translation missing: en.activemodel.attributes.attachment.documents * Fix: Translation missing: en.activemodel.attributes.user_group.avatar * Fix: Translation missing: en.decidim.notifications_digest_mailer.header.real_time * Fix: Translation missing: en.activemodel.attributes.dummy_attribute * Fix: Translation missing: en.activemodel.attributes.dummy.image * Fix: Translation missing: en.activemodel.attributes.proposal.latitude * Fix: Translation missing: en.activemodel.attributes.proposal.longitude * Fix: Translation missing: en.decidim.notifications_digest_mailer.intro.real_time * Fix: Translation missing: en.decidim.events.amendments.emendation_promoted.follower.email_subject * Fix: Translation missing: en.decidim.events.amendments.emendation_promoted.follower.email_intro * Fix: Translation missing: en.decidim.events.amendments.emendation_promoted.follower.email_outro * Fix: Translation missing: en.decidim.metrics.blocked_users.description * Fix: Translation missing: en.activemodel.attributes.content_block_attachment.background_image * Fix: Translation missing: en.decidim.metrics.user_reports.description * Fix: Translation missing: en.decidim.metrics.reported_users.description * Fix: Translation missing: en.activemodel.attributes.import.file * Fix: Translation missing: en.activemodel.attributes.participatory_space_private_user_csv_import.file * Fix: Translation missing: en.decidim.admin_log.participatory_process_group.unpublish * Fix: Translation missing: en.activemodel.attributes.partner.logo * Fix: Translation missing: en.activemodel.attributes.proposals_file_import.file * Fix: Translation missing: en.activemodel.attributes.import_participatory_text.document * Fix: Translation missing: en.activemodel.attributes.answer.add_documents * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…13632) * Added graphic to the meeting registration email * Apply review recommendations * Remove sanitized method --------- Co-authored-by: Alexandru Emil Lupu <[email protected]>
* Refactor decidim mounting routes option * Fix failing specs * Apply review recommendation * Run lint on release notes * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Run linters --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Upgrade erb_lint to 0.8.0 * Rename config * Rename command * Check spelling
…3735) * Merged upload field on proposal admin form * Fixed tests * Run linter * Fixed tests * Removed unused translations * Apply suggestions from code review * Change text * Fix pipelines --------- Co-authored-by: Alexandru Emil Lupu <[email protected]>
* Fix HexaPDF dependency * Fix Gemfile
* Update patch level oudtated gems * Update minor level oudtated gems * Fix rubocop ofenses * Fix rubocop ofenses
* Fix notifications_sending_frequency for deleted users * Add deleted check in email_notification_generator * Fix rubocop errors
* Update patch level oudtated gems * Update minor level oudtated gems * Fix rubocop ofenses * Fix rubocop ofenses * Update valid_email2 * Update browser gem * Update paper_trail gem * Upgrade brakeman to 7.0 * Update wisper to 3.0 * Upgrade batch-loader to 2.0.5 * Refactor command evaluate * Refactor module evaluate in maps * Fix record encryptor * Update bullet * Fix pipeline * Fix net-smtp * Update decidim-core/lib/decidim/map.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…aps (#13823) * Fix marker errors for meetings * Apply codechange requests
Co-authored-by: Alexandru Emil Lupu <[email protected]>
Co-authored-by: Alexandru Emil Lupu <[email protected]> Co-authored-by: Hugoren Martinako <[email protected]>
* Merged upload field on proposal admin form * Fixed tests * Run linter * Fixed tests * Removed unused translations * Apply suggestions from code review * Change text * Form upload change labels * Fix pipelines * Fix failing specs * Apply review recommendations --------- Co-authored-by: andra-panaite <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )